home *** CD-ROM | disk | FTP | other *** search
/ Grapevine 20 / Grapevine 20 (Disk 1 of 2).adf / Files / arexxexamps.lha / ARTICLES / AREXX_EXAMPLES / Example2.rexx < prev    next >
OS/2 REXX Batch file  |  1980-01-07  |  53b  |  5 lines

  1. /* Example 2 */
  2.  
  3. a = 10
  4. b = 20
  5. Say "10 + 20 = " a + b